Vapi Metadata SourceCreateSpec

Vapi Metadata SourceCreateSpec
Vapi Metadata SourceCreateSpec

The Vapi Metadata SourceCreateSpec schema contains the registration information for a metadata source.

JSON Example
{
    "description": "string",
    "type": "string",
    "filepath": "string",
    "address": "string"
}
string
description
Required

English language human readable description of the source.

string
type
Required

Type of the metadata source.

For more information see: Vapi Metadata SourceType.

string
filepath
Optional

Absolute file path of the metamodel metadata file that has the metamodel information about one component element.

This property is optional and it is only relevant when the value of type is Vapi Metadata SourceType.FILE.

string As uri As uri
address
Optional

Connection information of the remote server. This should be of the format http(s)://IP:port/namespace.

The remote server should contain the resources in com.vmware.vapi.metadata.metamodel namespace. It could expose metamodel information of one or more components.

This property is optional and it is only relevant when the value of type is Vapi Metadata SourceType.REMOTE.